From b9859de917bfff02e16b64f033f2afc703791c82 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 30 Nov 2010 21:54:48 +0000 Subject: [PATCH] switch: Fix the attribution line Thomas Wood pointed out that the original MxGtkLightSwitch widget upon which I based the behaviour of GtkSwitch was not written by him; the original authors are: Joshua Lock Robert Staudinger Jussi Kukkonen My apologies to all of them. --- gtk/gtkswitch.c | 3 +-- gtk/gtkswitch.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/gtk/gtkswitch.c b/gtk/gtkswitch.c index b2846ae194..93549ef17e 100644 --- a/gtk/gtkswitch.c +++ b/gtk/gtkswitch.c @@ -22,8 +22,7 @@ * Emmanuele Bassi * Matthias Clasen * - * Based on similar code from: - * Thomas Wood + * Based on similar code from Mx. */ /** diff --git a/gtk/gtkswitch.h b/gtk/gtkswitch.h index 0e17be25e3..3706f618b5 100644 --- a/gtk/gtkswitch.h +++ b/gtk/gtkswitch.h @@ -22,8 +22,7 @@ * Emmanuele Bassi * Matthias Clasen * - * Based on similar code from: - * Thomas Wood + * Based on similar code from Mx. */ #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) -- 2.30.2